BulletLevelStyle Class

Represents a list style where list items are preceded by bullets.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class BulletLevelStyle : IListStyleContent
Inheritance
Object    BulletLevelStyle
Implements
IListStyleContent

Constructors

BulletLevelStyle Initializes a new instance of the BulletLevelStyle class.
BulletLevelStyle(String) Initializes a new instance of the BulletLevelStyle class.

Properties

BulletCharacter Specifies the unicode character to use as the bullet in a bullet level style.
Level Specifies the level of an outline or number list style.
ListLevelProperties Specifies formatting properties for a list level.
Name Specifies character family styles.
PrefixCharacter Specifies what to display before a number.
SuffixCharacter Specifies what to display after a number.
TextProperties Specifies formatting properties for text.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current BulletLevelStyle object to its equivalent string representation.
(Overrides ObjectToString)

See Also